print-editor: Use the non-devel icon
authorMatthias Clasen <mclasen@redhat.com>
Wed, 10 Feb 2021 12:52:29 +0000 (07:52 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 10 Feb 2021 12:52:29 +0000 (07:52 -0500)
We are no longer a nightly print editor.

demos/print-editor/org.gtk.PrintEditor4.desktop
demos/print-editor/print-editor.c

index 375b31a77dcdb826a80d3c8fefcb3cc62bffdcf4..a8e3779c69240ba0b577a08c9319d24ef007490f 100644 (file)
@@ -2,7 +2,7 @@
 Name=Print Editor
 Comment=A simple editor demonstrating GTK printing
 Exec=gtk4-print-editor %f
-Icon=org.gtk.PrintEditor4.Devel
+Icon=org.gtk.PrintEditor4
 Terminal=false
 Type=Application
 StartupNotify=true
index 838c421b29fbd517e7b48238f2c9cedcba408c22..81dce416926193e63d3c9bf328b002484a3a8c06 100644 (file)
@@ -656,7 +656,7 @@ activate_about (GSimpleAction *action,
                          "website", "http://www.gtk.org",
                          "comments", "Program to demonstrate GTK printing",
                          "authors", authors,
-                         "logo-icon-name", "org.gtk.PrintEditor4.Devel",
+                         "logo-icon-name", "org.gtk.PrintEditor4",
                          "title", "About GTK Print Editor",
                          "system-information", sysinfo->str,
                          NULL);